BooleanIsEqualToBoolean
Type
operator
Summary
Determines whether Left and Right are equal or not.
Syntax
<Left> is <Right>
Description
Determines whether Left and Right are equal or not.
Parameters
Name | Type | Description |
---|---|---|
Left | An expression which evaluates to a boolean value. | |
Right | An expression which evaluates to a boolean value. |
Examples
variable tBool is bool
put true is true into tBool -- tBool is true